net.Resolver.goLookupHostOrder (method)

3 uses

	net (current package)
		dnsclient_unix.go#L527: 	return r.goLookupHostOrder(ctx, name, hostLookupFilesDNS)
		dnsclient_unix.go#L530: func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addrs []string, err error) {
		lookup_unix.go#L87: 	return r.goLookupHostOrder(ctx, host, order)